Spin List Properties

Description

Spin list controls are particularly useful for Mobile applications.

Name
Description
Add blank item to list

Specify if the Spin List should contain a blank option at the top of the list of choices.

Height

The height of the Spin List control specified as either the number of values show above and below the current choice or an explicit value specified in CSS units (e.g. 30px).

Method for defining list

Specifies the data source for the Spin List control options.

OnInitialize

Specify JavaScript that will be executed when the Spin List control is initialized.

OnSelect

Specify JavaScript to execute when a value in the Spin List is selected.

Static data

Define the static list of choices to show in the Spin List control.

Sub-theme

Sets the sub-theme for a Spin list control.

Width

Specify the width of the Spin List control.

See the Spin List control pages for more detailed guides on using the Spin List.